Skip to main content

mergAccessoryProtocols

Type

function

Summary

Returns a list of protocols that both the accessory and your app support

Syntax

mergAccessoryProtocols(<pName>)

Description

Returns a list of protocols that both the accessory and your app support

Parameters

NameTypeDescription

pName

A device name as returned by mergAccessoryNames

Examples

if "p25i" is among the lines of mergAccessoryNames() then
if "com.bluebamboo.p25i" is among the lines of mergAccessoryProtocols("p25i") then
printDocket
else
answer "Printer not connected"
end if
end if

Compatibility and Support

Introduced

LiveCode 8.0

OS

ios

Platforms

mobile

Thank you for your feedback!

Was this page helpful?